home *** CD-ROM | disk | FTP | other *** search
/ ASP Monthly 1996 June / The Official ASP CD-ROM (June 1996).iso / bbsvend / bbs.doc < prev    next >
Text File  |  1995-10-24  |  3KB  |  62 lines

  1. BBS - BBS File List Generator (ver 1.8)
  2. =============================
  3.  
  4. BBS uses the CONTENTS.TOC file in the root of the CD to generate standard 
  5. BBS file listings, quickly and accurately.
  6.  
  7.  Syntax is:  BBS {NEW|yymmdd} {DOS{WIN{MAC{OS2{W95}}}}}
  8.      where:  NEW    - lists only new files
  9.              yymmdd - specifies the earliest ZIP file date to report.
  10.                       If ommitted, all files will be listed.
  11.              DOS    - lists DOS files
  12.              WIN    - lists Windows files
  13.              MAC    - lists Macintosh files
  14.              OS2    - lists OS/2 files
  15.              W95    - lists Windows 95 files
  16.  
  17. The first time BBS is run it will create BBS.INI, which contains all of the 
  18. operating paramters used by the program.  You can edit this file to suit your 
  19. requirements with any text editor.
  20.  
  21. BBS.INI Parameters
  22. ------------------
  23.  
  24.  CDDrive=G          - drive letter for CD-ROM drive where ASP CD is mounted  
  25.  OutputPath=C:\TEMP - directory where generated BBS files are to be placed
  26.  OutputExt=BBS      - file extension for output files (ie. BUSINESS.BBS)
  27.  ScreenEcho=1       - set to 0 for faster processing (no screen output)
  28.  MaxLineLen=79      - limit of longest line in output file (range: 40-999)
  29.  FilenameCol=1      - column where filename begins (0=no filename)
  30.  FilesizeCol=21     - column where file size is "anchored" (0=no filesize)
  31.  FilesizeAlign=R    - set right (R) or left (L) alignment of file size
  32.  DateCol=24         - column where file date begins (0=no date)
  33.  DateFmt=MDY        - sets date format (YMD, DMY, MDY, etc.)
  34.  DateDivider=-      - character in date format (-=01-21-95, /=01/21/95, etc)
  35.  NewFlagCol=0       - column for new file flag symbol (0=no new flag)
  36.  NewFlagChar=*      - character to flag new file
  37.  DividerCol=32      - column for description divider (0=no divider)
  38.  DividerChar=|      - character for description divider
  39.  Desc1Format=*TVAP  - map to build short description
  40.                        legend: *-new file, A-ASP marker, P-platform, 
  41.                                T-title, V-version
  42.  Desc1StartCol=34   - column where "assembled" short description begins
  43.                        (0=no short description)
  44.  Desc1EndCol=79     - column where "assembled" short description ends
  45.  Desc1Caps=1        - capitalize short description
  46.  Desc2StartCol=34   - column where long (FILE_ID.DIZ) description begins
  47.  Desc2EndCol=79     - column where long description ends
  48.  Desc2Caps=0        - capitalize long description
  49.  Desc2Reformat=1    - reformat long description to fit Desc2StartCol and
  50.                        Desc2EndCol
  51.  DescSpacing=0      - add blank line between file listings
  52.  MaxDescLines=11    - maximum number of description lines/file
  53.  ASPMark=<ASP>      - ASP designation to add to each file in listing
  54.  PadLine=1          - pads all lines out to length specified in MaxLineLen
  55.  
  56. ;         1         2         3         4         5         6         7
  57. ;12345678901234567890123456789012345678901234567890123456789012345678901234567890
  58. ;SMDGIE35.ZIP   654123  11-01-94  * SmudgieWARP 3.5 <ASP> DOS
  59. ;                               | SmudgieWARP is the BEST utilty package,
  60. ;                               | possibly the ONLY one you need!
  61.  
  62.